Vcenter Vm Hardware Cdrom BackingInfo
The Vcenter Vm Hardware Cdrom BackingInfo schema contains information about the physical resource backing a virtual CD-ROM device.
{
"type": "string",
"iso_file": "string",
"host_device": "string",
"auto_detect": false,
"device_access_type": "string"
}
Backing type for the virtual CD-ROM device.
For more information see: Vcenter Vm Hardware Cdrom BackingType.
Path of the image file backing the virtual CD-ROM device.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Cdrom BackingType.ISO_FILE.
Name of the host device backing the virtual CD-ROM device.
This property will be missing or null
if auto_detect is true and the virtual CD-ROM device is not connected or no suitable device is available on the host.
Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device.
This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Cdrom BackingType.HOST_DEVICE.
Access type for the device backing.
For more information see: Vcenter Vm Hardware Cdrom DeviceAccessType.
This property is optional and it is only relevant when the value of type is one of Vcenter Vm Hardware Cdrom BackingType.HOST_DEVICE or Vcenter Vm Hardware Cdrom BackingType.CLIENT_DEVICE.